projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3517d9b
)
(compilation-handle-exit): Quote first argument of `run-hook-with-args'.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 16 May 2007 15:43:57 +0000
(15:43 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 16 May 2007 15:43:57 +0000
(15:43 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 1613fd8f97638e6522fd051f5e317fce27bc6ebf..a3107339c2bc626e72ff55a90985a4dbc12097b8 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-1448,7
+1448,7
@@
Turning the mode on runs the normal hook `compilation-minor-mode-hook'."
(with-no-warnings
(if compilation-finish-function
(funcall compilation-finish-function (current-buffer) msg)))
- (run-hook-with-args compilation-finish-functions (current-buffer) msg)))
+ (run-hook-with-args
'
compilation-finish-functions (current-buffer) msg)))
;; Called when compilation process changes state.
(defun compilation-sentinel (proc msg)